home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / D / DropPath 1.0.sit / DropPath Release / DropPath Readme / DropPath Readme
Encoding:
Text File  |  1995-04-08  |  1.4 KB  |  28 lines  |  [TEXT/ttxt]

  1. DropPath
  2.  
  3. A “droplet” that puts the full path to any file, or files, dropped on to it in the Finder into the clipboard.
  4.  
  5. If more than one file is dropped, then each path is on a line (ending in a return) of it’s own.
  6.  
  7. Folders work the same way, except that their path ends in a colon.
  8.  
  9. For example:
  10.  
  11. Drag some items onto the icon, it beeps once. Switch to something that you can paste TEXT into and paste some lines like this -
  12.  
  13. Internal:DevSources:DropPath ƒ:DropPath Release:DropPath Readme
  14. Internal:DevSources:DropPath ƒ:DropPath Release:This is a folder:
  15.  
  16. It is possible to drop so many files on this that it runs out of memory. Nothing bad happens but you will see empty lines after the point of no more memory. I’ve set it at 500k so it can handle my largest folders full of headers.
  17.  
  18. Why?
  19.  
  20. Sometimes I want to send a message to someone asking them to take a look at a file on a disk or server. Sending an alias is the best way, but it’s nice to have the text of the full path in the message as well.
  21.  
  22. Credits
  23.  
  24. This is really just a copy of a utility called “Path To Clip”  by Lawrence D’Oliveiro. Unfortunately, the only version I could track down is 1.0d2 and that crashes my PowerMac at work. 
  25.  
  26. The real credit goes to MetroWerks who provided 99.9% of this application as a PowerPlant sample.
  27.  
  28. The other bit comes from an Apple DTS sample. The rest was glued together by Peter Marks, peterm@jolt.mpx.com.au.